home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wdj0897.zip / TOMLINSN.ZIP / BUILD.BAT next >
DOS Batch File  |  1997-05-29  |  237b  |  8 lines

  1. rem         ----> uncomment the compiler of your choice
  2. @rem bcc32 -w -DSTRICT clnt.c
  3. @rem bcc32 -w -DSTRICT wdjsrvc.c
  4. @rem   ---OR---
  5. @rem cl /W3 /DSTRICT clnt.c user32.lib
  6. @rem cl /W3 /DSTRICT wdjsrvc.c advapi32.lib user32.lib
  7.  
  8.